Skip to main content

Delete an icon

DELETE 

/icons/:objectType/:objectId

This API endpoint delete an icon by object type and object id. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    objectType stringrequired

    Object type. Available options ['application']

    Example: application
    objectId stringrequired

    Object id.

    Example: a291e870-48c3-4953-b656-fb5ce2a93169

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...