Skip to main content
DELETE
/
api
/
access-control
/
{id}
Deletes an access control rule by its identifier.
curl --request DELETE \
  --url https://{tenant}.ekso.app/api/access-control/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

The access control rule identifier.

Response

Access control rule deleted successfully.