DELETE
/
v3
/
integrations
/
accounts
/
{account_uid}
curl --request DELETE \
  --url https://api.captaindata.co/v3/integrations/accounts/{account_uid} \
  --header 'Authorization: <api-key>' \
  --header 'x-project-id: <api-key>'
{
  "message": "Integration removed."
}

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Path Parameters

account_uid
string
required

Response

200
application/json
Successful Response

The response is of type any.