Delete API Key
Delete an API key. The key will immediately stop working for authentication.
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
Path Parameters
idstringrequiredThe unique identifier of the API key to delete.
Response Fields
successbooleanWhether the deletion was successful.
{
"success": true
}