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.

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

Response example

Response code 200 is returned if the domain is removed.

Last updated