Delete subscription
DELETE/autoenergy/subscriptions/:address
Soft-delete a closed subscription: it disappears from the list, its history is kept, and the address can be added again as a fresh subscription. Only a closed subscription can be deleted.
Request
Responses
- 204
- 404
- 409
Deleted. No content.
not_found — no such subscription for your account.
not_deletable — only a closed subscription can be deleted (close it first).