delete https://api.rainex.io/projects//charges/
Deletes a charge with the specified id
Error codes:
NotFound | A charge with such an Id cannot be found |
Responses
Deletes a charge with the specified id
Error codes:
NotFound | A charge with such an Id cannot be found |
xxxxxxxxxx
curl --request DELETE \
--url https://api.rainex.io/projects/your-site-name-1/charges/test-id \
--header 'accept: application/json'