Permanently deletes a pack owned by the authenticated user along with all emojis or stickers contained within it. This action cannot be undone and will remove all associated assets.
curl --request DELETE \
--url https://api.fluxer.app/v1/packs/{pack_id} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.fluxer.app/v1/packs/{pack_id} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}