Skip to main content

Delete an icon

DELETE 

/icons/:objectType/:objectId

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

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

Loading...