Skip to main content

DELETE /domains/

Delete a domain and all associated API keys.

Authentication

JWT (Dashboard)

Path Parameters

ParameterTypeDescription
idstring (UUID)Domain ID

Response

{
  "success": true,
  "message": "Domain deleted successfully"
}
This permanently deletes the domain and all API keys associated with it. Email logs are preserved.