Unpins a private message channel for the current user. The channel will return to its normal position in the channel list based on activity.
curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/channels/{channel_id}/pin \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/channels/{channel_id}/pin \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}