CalryOTA Docs
Integration Account

Delete integration account

Deletes an integration account from the workspace

DELETE
/api/v1/integration-account/{integrationAccountID}

Authorization

x-calry-api-key
x-calry-api-key<token>

In: header

Path Parameters

integrationAccountID*string

The integration account ID to delete

Header Parameters

x-calry-tenant-id?string

Optional tenant ID to specify which tenant to operate as. Controls access to integration accounts. If not provided, the default tenant will be used.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/integration-account/string"
Empty
{
  "timestamp": "2025-03-05T11:45:49.631Z",
  "path": "<URL_PATH>",
  "message": "Authentication failed",
  "details": []
}
Empty