Skip to main content

Delete an Uploaded Configuration

DELETE 

/configuration-hub/backups/uploads/:id

This API deletes an uploaded configuration based on Id.

On success, this endpoint will return an empty response.

The uploaded configuration id can be obtained from the response after a successful upload, or the list uploaded configurations endpoint.

Request

Path Parameters

    id stringrequired

    The id of the uploaded configuration.

    Example: 3d0fe04b-57df-4a46-a83b-8f04b0f9d10b

Responses

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

Loading...