DELETE
/
integrations
/
{id}
curl --request DELETE \
  --url https://api.matia.io/v1/integrations/{id} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the integration to delete

Response

200
application/json
Operation performed.

The response is of type object.