FruxonDocs
ApiApikeys

Delete an API key

Permanently revokes an API key. Any requests using this key will immediately start returning 401 Unauthorized.

DELETE
/v1/tenants/{tenant}/apiKeys/{apiKey}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

apiKey*string

The API key identifier

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/apiKeys/string"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}