Delete a record
Resources
Delete a record
Deletes a record.
DELETE
Delete a record
Deletes a record. The user must be authorized (admin or owner).Documentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The resource name (e.g.
contact, order).The record’s ID.
Request
Response
Returns204 No Content with an empty body on success.
Errors
| Status | Description |
|---|---|
403 | User is not authorized to delete this record |
404 | Resource or record not found |
405 | Resource does not support deletion (supportsDelete returns false) |