Uninstalls a pack from the authenticated user’s collection, removing access to its emojis or stickers. This does not delete the pack itself, only removes it from the user’s installed list.
curl --request DELETE \
--url https://api.fluxer.app/v1/packs/{pack_id}/install \
--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/packs/{pack_id}/install \
--header 'Authorization: <api-key>'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}