Skip to main content
DELETE
Remove the tenant's custom domain
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /domains Description: Deprovisions the custom hostname, clears it from the tenant record, and cancels any pending validation-monitoring jobs. Authorization:
  • Required role: owner only
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Custom domain deleted

success
boolean
Example:

true

message
string
Example:

"Custom domain deleted successfully"

data
object