Critical BackupDelete Critical Backup

Delete Critical Backup

Delete a critical backup job. To cast request method POST, include parameter _METHOD = DELETE.

curl -X DELETE "https://api.5centscdn.com/v2/cb/42" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "_METHOD": "DELETE"
}'
{
  "result": "success",
  "message": "CriticalBackup 'Daily S3 Backup' deleted"
}
DELETE
/cb/{backupid}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

path
backupidinteger
Required

Critical Backup job ID

Content-Typestring
Required

The media type of the request body

Options: application/json
_METHODstring
Required

HTTP method override. Must be set to DELETE to perform a delete operation.

Options: DELETE
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

backupidinteger
Required

Critical Backup job ID

Example:
42

Body

application/json
_METHODstring
Required

HTTP method override. Must be set to DELETE to perform a delete operation.

Allowed values:DELETE

Responses

resultstring

Status of the API response.

messagestring

Human-readable status or result message.