Exports
Delete
Soft-deletes the export record, which also clears the 7 day cooldown so a new export can be started at once. The generated archives themselves are left in storage until they expire on their own, and an export still being processed can be deleted, in which case the background job stops and abandons whatever it had produced.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/exports/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37