Skip to main content
DELETE
/
distribution
/
subscriptions
/
{musixmatch_user_id}
Revoke a subscription
curl --request DELETE \
  --url https://varco-{partner}.musixmatch.com/distribution/subscriptions/{musixmatch_user_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": {
    "body": {
      "subscription": {
        "musixmatch_user_id": "mxm:123456789012345678901",
        "status": "revoked"
      }
    },
    "header": {
      "status_code": 200,
      "execute_time": 0.03
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.musixmatch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Access token obtained via the Client Credentials OAuth 2.0 flow at https://connect.musixmatch.com/oauth/token

Path Parameters

musixmatch_user_id
string
required

The Musixmatch user ID of the user whose subscription should be revoked

Response

Subscription revoked.

message
object