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