Delete 1

Delete 1

Delete an existing icon by its unique id.

Request
URI
DELETE
https://{api_host}/icon/api/icons/{id}
COPY
Path Parameters
string
id
Required

Icon id


Authentication
This operation uses the following authentication methods.
Responses
204

Success - delete the icon

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/icon/api/icons/{id}