Skip to main content
DELETE
/
v1
/
domains-v2
/
{id}
Delete Domain
curl --request DELETE \
  --url https://linkryse.com/v1/domains-v2/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Path Parameters

id
string
required
The ID of the domain to delete.

Response

success
boolean
Whether the deletion was successful.