Skip to main content

Unsubscribe from User

DELETE 

/users/:id/subscribers

Unsubscribe from a user

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

Unsubscribed successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...