Delete a Migration Package

delete

/rest/v19/migrationPackages/{identifier}

This endpoint deletes an existing 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 -H "Authorization: Bearer <token>" -H "Accept: application/json"
https://sitename.oracle.com/rest/v19/migrationPackages/migrationPackage_v1
Back to Top