Skip to main content
DELETE
/
tenants
/
{id}
cURL
curl --request DELETE \
  --url https://api.example.com/tenants/{id}
{
  "message": "Tenant successfully removed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Path

id
string
required
Identificador UUID do lojista.

Response

{
  "message": "Tenant successfully removed"
}

Path Parameters

id
string
required

Response

200 - undefined