cURL
curl --request DELETE \ --url https://api.example.com/v1/domains/{domain_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Remove a domain from the workspace. All identities on this domain will be disabled. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response