Skip to main content

Delete a Backup

DELETE 

/configuration-hub/backups/:id

This API deletes an existing backup for the current tenant.

On success, this endpoint will return an empty response.

The backup id can be obtained from the response after a backup was successfully created, or from the list backups endpoint.

Request

Path Parameters

    id stringrequired

    The id of the backup to delete.

    Example: 07659d7d-2cce-47c0-9e49-185787ee565a

Responses

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

Loading...