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