Delete an application
/apiplatform/management/v1/applications/{appId}
Deletes the {appId} application.
You can't delete an application if it is subscribed to Plans. Ensure you unsubscribe it from all APIs and that you have the proper grant before trying again.
Users requesting this resouces must be assigned the Plan Manager, API Manager, or Application Developer role and must be issued the Manage Application grant for the specified application.
Request
- application/json
 
- 
                    appId: string
                    
                    A unique ID referencing a specific application.
 
Response
- application/json
 
204 Response
403 Response
object- 
            detail(optional): 
            string
            Detailed error message
 - 
            errorCode(optional): 
            string
            Application specific error code
 - 
            errorDetails(optional): 
            array  errorDetails
            
            additional errors
 - 
            errorPath(optional): 
            string
            
 - 
            instance(optional): 
            string
            URI to the link that provides more detail about the error
 - 
            status(optional): 
            string
            HTTP status code
 - 
            title: 
            string
            Summary error message
 - 
            type: 
            string
            Error type
 
500 Response
object- 
            detail(optional): 
            string
            Detailed error message
 - 
            errorCode(optional): 
            string
            Application specific error code
 - 
            errorDetails(optional): 
            array  errorDetails
            
            additional errors
 - 
            errorPath(optional): 
            string
            
 - 
            instance(optional): 
            string
            URI to the link that provides more detail about the error
 - 
            status(optional): 
            string
            HTTP status code
 - 
            title: 
            string
            Summary error message
 - 
            type: 
            string
            Error type
 
Examples
The following example shows how to delete an application by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see Use cURL
Note: Ensure to de-register the application before deleting.
curl -i -X DELETE 
-H "Authorization: Bearer access_token"
https://example.com/apiplatform/management/v1/applications/{appId}
  {appId} is the unique Id for an application. To retrieve available application Ids, see Get Applications. 
Example of Response Headers
The following shows an example of the response headers.
HTTP/1.1 204 No Content Server: Oracle-Traffic-Director/12.2.1.0.0 Date: Mon, 20 Mar 2017 08:51:51 GMT X-oracle-dms-ecid: 49d14691-2176-4c99-aed3-38438604f528-00001190 X-oracle-dms-rid: 0:1 Via: 1.1 otd_opc Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0