AlphaAlpha Docs

Delete all API keys for a user in the current tenant (or any tenant if super admin)

Deletes all API keys associated with the given tenant user by their email address

DELETE
/api-key/all/{userId}
AuthorizationBearer <token>

In: header

Path Parameters

userId*string

The id of the user to delete API keys for

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:18080/api/v1/api-key/all/string"
Empty
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}