DELETE
/
integrations
/
{id}
curl --request DELETE \
  --url https://api.legitimuz.com/integrations/{id}
{
  "message": "Successfully Processed!",
  "type": "delete"
}

Headers

Origin
string

Client's domain (created during the integration key stage).

Example:

"api.legitimuz.com"

Path Parameters

id
string
required
Example:

"19"

Response

200 - application/json
Integrations Delete Response
message
string
Example:

"Successfully Processed!"

type
string
Example:

"delete"