Skip to main content
DELETE
/
v1
/
integration_account
/
{integrationAccountId}
cURL
curl --request DELETE \
  --url http://localhost:8000/api/v1/integration_account/{integrationAccountId} \
  --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

integrationAccountId
string
required

Id for the integration account

Response

The response is of type object.