Skip to main content

Deletes an uploaded backup file

DELETE 

/configuration-hub/backups/uploads/:id

This deletes an Uploaded backup based on job ID. On success, this endpoint will return an empty response. The job id can be obtained from the response after a successful upload, or the list uploads endpoint. The following scopes are required to access this endpoint: sp:config:manage

Request

Path Parameters

    id stringrequired

    The id of the uploaded backup.

    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...