ConsistlyAPI
Icons

Delete an icon

DELETE
/icons/{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/icons/icon_abc..."
{  "id": "string",  "deleted": true}
{  "error": {}}