DELETE
/
users
/
{userId}
/
apikeys
/
{key}
curl --request DELETE \
  --url https://api.sulu.sh/v0/users/{userId}/apikeys/{key} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Unique identifier for a user

key
string
required

The API key to delete.

Response

204

API key deleted successfully