api.unkey.dev/v1 (deprecated)
cURL
curl --request POST \ --url https://api.unkey.dev/v1/permissions.deletePermission \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "permissionId": "perm_123" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sucessfully deleted a permission
The response is of type object.
object
Was this page helpful?