API Referenceadmin
Delete domain
Delete a domain from the organization.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
domain*Domain
Domain name
Response Body
application/json
curl -X delete "http://localhost:8000/api/v1/admin/domains/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
