Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path Parameters

string
required
The id of the domain to remove.

Response

boolean
Indicates whether the domain was removed successfully.
string
Confirmation message.Example: "Domain deleted successfully"

Error Responses

object
Returned when no domain with the given ID exists on the project.