Delete an API key permanently
curl --request DELETE \
--url https://api.kazzle.app/api/api-keys/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"spaceId": "<string>"
}
'{
"success": true
}curl --request DELETE \
--url https://api.kazzle.app/api/api-keys/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"spaceId": "<string>"
}
'{
"success": true
}