Delete User Interest

Endpoint

DELETE /user/interests/{id} - deletes user interest with specified id

Parameters

Parameter Parameter Type Data Type
api-key header string Required
Authorization header string Required

Error messages

  • invalid HTTP_API_KEY
  • Not authenticated

HTTP response codes:

  • 200 - Success
  • 401 - Unauthorized action

Example request

curl --request DELETE \
  --url https://api-dev.radiozu.ro/v1/user/interests/1 \
  --header 'Authorization: Bearer AUTH_TOKEN' \
  --header 'api-key: API_KEY'