Remove a subscription
DELETEhttps://api.evora.lol/api/developer-api/users/{userId}/subscriptions/{appId}
Requires scopeusers:write
Path parameters
| userIdrequired string (uuid) | End-user UUID. |
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Removed.
json
{ "success": true, "message": "Subscription removed" }
More in Subscriptions
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs