Archive
Deletes a credit batch from the specified client
Deletes a credit batch from the specified client.
DELETE
https://example.thoughtindustries.com/incoming/v2/clients/:id/creditBatches/:batchIdExample request
curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/clients/:id/creditBatches/:batchId" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
id | uuid | Yes | path | The id identifier. |
batchId | string | Yes | path | The batchId identifier. |
clientId | uuid | No | query | The UUID of the client associated with the credit batch. |
Example response
true