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

Documentation Index

Fetch the complete documentation index at: https://docs.legitimuz.com/llms.txt

Use this file to discover all available pages before exploring further.

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"