Deleting backup plans

DELETE /v2/{project_id}/jobs/{job_id}

Delete a backup plan.

Source: https://docs.openstack.org/api-ref/backup/v2/index.html#delete-jobs-v2

Request

Parameters

Name In Type Description
project_id path string The UUID of the project.
job_id path string The job UUID.

Example

# curl -ks -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<node_IP_addr>:8736/v2/3046fb2c2a314a0fbb32607caa1e5277/jobs/e632eb1884e0468c8a41e656942df500

Response

Status codes

Success

Code Reason
204 - No Content The server has fulfilled the request.

Error

Code Reason
401 - Unauthorized

User must authenticate before making a request.

403 - Forbidden

Policy does not allow current user to do this operation.