API Docs / Operations / Content Blocks / Delete ContentBlock

Delete ContentBlock

DELETE /tenants/{tenant}/contentblocks/{code}

Deletes a ContentBlock for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found
409 Conflict

Try it