API Docs / Operations / Tenants / Delete Tenant

Delete Tenant

DELETE /api/tenants/{code}

Deletes the tenant identified by its Code.

Parameters

NameTypeDescription
code* path string

Responses

204 No Content
400 Bad Request
401 Unauthorized - Invalid or missing API key
403 Forbidden
404 Not Found

Try it