POST
/v1/mgmt/accesskey/deactivate

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

id?string

Deactivate an existing access key, using a valid management key.

This API endpoint allows administrators to deactivate an existing access key.

Once the access key has been deactivated, it's access will be revoked until reactivated.

See also

curl -X POST "https://api.descope.com/v1/mgmt/accesskey/deactivate" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?