Skip to main content
https://.thoughtindustries.com

Archive

Deletes a credit batch from the specified client

Deletes a credit batch from the specified client.

DELETEhttps://example.thoughtindustries.com/incoming/v2/clients/:id/creditBatches/:batchId

Example request

curl -X DELETE "https://example.thoughtindustries.com/incoming/v2/clients/:id/creditBatches/:batchId" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
iduuidYespathThe id identifier.
batchIdstringYespathThe batchId identifier.
clientIduuidNoqueryThe UUID of the client associated with the credit batch.

Example response

true