Admin

Delete Api Key

Deletes the specified API key.

post/admin/delete-api-key

Request body

organization_idstring uuid required

The organization ID of the related api key.

api_key_idstring uuid required

The API key ID to delete.

Response

Successful Response

messagestring

This string will always be "Success!". This may change in the future.

Changes