Delete a Service Backup
delete
                    /api/v1.1/instances/{identityId}/{serviceId}/backups/{backupId}
Deletes an existing backup of a service instance.
                Request
Path Parameters
                                - backupId
- 
                                            
Type:stringRequired:trueID of the backup to be deleted.
Response
Supported Media Types
                                - application/json
Default Response 
                                
                                    successful operation
                                
                                
                                
                                
                            Examples
The following example shows how to delete a backup for an Oracle SOA Cloud Service instance by submitting a DELETE request on the REST resource using cURL. For more information, see Use cURL.
See also Delete a Backup.
cURL Command
curl -i -X DELETE -u joe@example.com:Welcome1! -H "Content-Type:application/json" -H "X-ID-TENANT-NAME:ExampleIdentityDomain" https://api-host/paas/service/soa/api/v1.1/instances/ExampleIdentityDomain/ExampleInstance/backups/1390442367140
   Note:: This example uses the URL prefix for the United States (
   soacs). For information about the URL prefixes for other regions of the world, see 
   Send Requests.
  
 
 Example of Response Header
The following shows an example of the response header:
HTTP/1.1 200 OK Connection: close Date: Wed, 04 Feb 2015 23:24:45 GMT Content-Length: 0 Content-Type: application/json