DELETE
/
partner
/
tenants
/
{id}
Delete Tenant
curl --request DELETE \
  --url https://api.embedreach.com/partner/tenants/{id}
{
  "success": true,
  "message": "<string>",
  "data": {
    "message": "<string>"
  }
}

Response

200
application/json

Status 200 response

The response is of type object.