Delete a Migration Package

delete

/rest/v16/migrationPackages/{identifier}

Use this endpoint to delete an existing migration package.

Request

Path Parameters
Back to Top

Response

Default Response

No Content
Back to Top

Examples

The following example deletes a migration package by submitting a DELETE request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X POST -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Accept: application/json"
https://sitename.oracle.com/rest/v16/migrationPackages/migrationPackage_v1
Back to Top