For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Account Domain

This document contains details for deleting an account domain via the DELETE /api/v1/account/{accountUuid}/domain/{domainUuid} endpoint.

Permanently delete account domain

Use this endpoint to permanently delete an account domain. Delete the domain only if you no longer need its verification data or domain-level user linking.

Endpoint

Method

DELETE

Request URL

/api/v1/account/{accountUuid}/domain/{domainUuid}

Headers

Authorization *

Bearer TOKEN

Content-Type

application/json

Request

accountUuid *

Target account UUID

domainUuid *

Account domain UUID

This endpoint does not require a request body.

Request example

DELETE https://api.platform_address_here/api/v1/account/3fa85f64-5717-4562-b3fc-2c963f66afa6/domain/3fa85f64-5717-4562-b3fc-2c963f66afa6
Authorization: Bearer {token}
Content-Type: application/json

Response

The endpoint returns 200 if the domain is removed.

Response status codes

Code
Description

200

Success

401

Not authorized

403

Forbidden

404

Domain not found

Last updated

Was this helpful?