Skip to content

Suggested

API Dashboard
DELETE /identities/{id}/permissions/{to-remove-id}

Permissons allows an identity to operate in behalf of an other from the same client id, this endpoint removes an specific permission

DELETE/identities/{id}/permissions/{to-remove-id}
Remove Permissions over another identity

Bearer access token returned by the authentication endpoint.

The API key used for authentication when making requests to the API Gateway.

API version selector for Conomy endpoints. Use 24-04-2025 for the current version.

Identifies the application making the request.

Identity that has permissions over another identity

Identity id to be removed

Request
DELETE /sandbox/identities/{id}/permissions/{to-remove-id} HTTP/1.1
Host: api.conomyhq.com
Authorization: Bearer {ACCESS_TOKEN}
x-api-key: {YOUR_API_KEY}
conomyhq-api-version: 24-04-2025
User-Agent: MyApp/1.0
Response
{}