ConsistlyAPI
Icon sets

Delete an icon set

Cascades to every icon in the set. Resources elsewhere that reference those icons will have dangling pointers — clean them up first.

DELETE
/icon_sets/{id}
AuthorizationBearer <token>

Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/icon_sets/icon_set_abc..."
{  "id": "string",  "deleted": true}
{  "error": {}}