Deletes an API key owned by the authenticated user. Any scripts still using the deleted key will start receiving 401 immediately.
DELETE/apikeys/:id
Deletes an API key owned by the authenticated user. Any scripts still using the deleted key will start receiving 401 immediately.
Request
Responses
- 200
- 400
- 401
- 403
OK
Bad Request
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.