DELETE /tenants/{tenantId}/product/{product} – Deletes a tenant with the given ID and product.
Headers:
Authorization: Bearer <access_token>
Body:
Path Parameters:
Query Parameters:
204 No Content
400
401
404
500
{ "error": "Detailed error message here"} Copy
{ "error": "Detailed error message here"}
DELETE /tenants/exampleTenantId/product/exampleProduct Copy
DELETE /tenants/exampleTenantId/product/exampleProduct
{} Copy
{}
The API Gateway event containing the request.
A Promise resolving to an API Gateway-compatible response.
DELETE /tenants/{tenantId}/product/{product} – Deletes a tenant with the given ID and product.
📥 Request
Headers:
Authorization: Bearer <access_token>(required)Body:
Path Parameters:
Query Parameters:
📤 Response
204 No Content– Indicates successful deletion with no content returned.❗ Errors
400401404500Error Response Format
📦 Examples
📥 Request
📤 Response Example