Skip to main content

Remove a saved object

DELETE 

/v1/osd/saved-objects/:object-type/:object-id

Please ensure to change the region in the URL to match your account's region.

Request

Path Parameters

    object-type stringrequired

    The type of the saved object to remove. Valid options are "search", "visualization", and "dashboard".

    Example: visualization
    object-id stringrequired

    The ID of the saved object to remove.

    Example: 7adfa750-4c81-11e8-b3d7-01146121b73d

Responses

Indicates a successful call.

Loading...