Delete an API Key
DELETE/api/v1/apikeys/:id
Delete an API Key
Request
Path Parameters
id stringrequired
Responses
- 400
- 500
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...