Skip to main content
DELETE
/
api
/
integrations
/
v1
/
{integration_id}
DeleteIntegration
curl --request DELETE \
  --url https://developer.synq.io/api/integrations/v1/{integration_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

integration_id
string<uuid>
required

Id of the integration to delete (UUID).

Query Parameters

etag
string

Optional optimistic-concurrency guard (see UpdateIntegrationRequest.etag).

Response

200 - application/json

Success

Response from deleting an integration.