Skip to main content
DELETE
/
api
/
organizations
/
domains
cURL
curl --request DELETE \
  --url https://api.recoupable.dev/api/organizations/domains \
  --header 'x-api-key: <api-key>'
{
  "status": "success"
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

organization_id
string<uuid>
required

The account ID of the organization

domain
string
required

The email domain to unmap (e.g. "seekermusic.com")

Response

Domain mapping removed (or did not exist)

status
enum<string>
required

Status of the request

Available options:
success