MonitorsDomain expiry monitoring
Delete Customer Domain
Deletes a customer domain.
DELETE /api/customer-domains/:customerDomainPublicId
Notes:
- Readonly users and global supporters cannot delete customer domains.
Example (cURL)
BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"
curl -X DELETE "$BASE_URL/api/customer-domains/22222222-2222-4222-8222-222222222222" \
-H "Authorization: Bearer $TOKEN"Example Response
{ "success": true }Common errors
400 Invalid Domain identifierwhen:customerDomainPublicIdis neither a valid UUID nor a legacy numeric ID401 Unauthorizedwhen you are not logged in403 Forbiddenfor readonly/global supporter users, or when you cannot access the domain/customer404 Domain not foundwhen the domain does not exist