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