Delete A Single Batch

Request

DELETE https://backend.net0.com/v1/batches/{id}

Delete an existing batch available on your Net0 account with this endpoint.

curl --location --request DELETE 'https://backend.net0.com/v1/batches/3' \
--header 'x-api-key: <API_KEY>' \
--data-raw ''

Parameters

AttributeTypeDescriptionIn
idStringThe id of the batch to be deleted.path

Response

The response returns an HTTP status code of 204: 'No Content', meaning that the batch was deleted successfully.