DELETE /user - deletes an user and the user associated information (auth tokens, interests, subscriptions, listens, notification tokens)
| Parameter | Parameter Type | Data Type |
|---|---|---|
| api-key | header | string Required |
| Authorization | header | string Required |
invalid HTTP_API_KEYNot authenticated200 - Success401 - Unauthorized actioncurl --request DELETE \
--url https://api-dev.radiozu.ro/v1/user \
--header 'Authorization: Bearer AUTH_TOKEN' \
--header 'api-key: API_KEY'