v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Remove domain

Removes a domain with a specified id

delete/domains/{domain_id}

Path parameters

domain_idinteger required

The ID of the domain to be deleted

Response

The domain has been successfully deleted

statusboolean

The boolean true indicating status

Example response

{
  "status": "ok"
}