Delete A Batch Movement

Request

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

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

curl --location --request DELETE 'https://backend.net0.com/v1/batches/3/moving/733af8ae-0512-495d-bdf6-aa8a10d6fd2f' \
--header 'x-api-key: <API_KEY>'

Response

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