POST
/
v1
/
integrations
/
{integration}
/
disable
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/integrations/{integration}/disable \
  --header 'Authorization: Bearer <token>'
{
  "message": "Integration disabled"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integration
string<uuid>
required

The integration ID

Response

200
application/json

The response is of type object.