Delete Mobility Migrations
Delete operation will delete one or more archived migrations.
Request body can have either of 'items' (array of migrationId and migrationGroupId pair) or 'filter' (array of migration types)
{
"items": [
{
"migrationId": "string",
"migrationGroupId": "string"
}
],
"filter": {
"migrationType": [
{}
]
}
}
An array of migration id and migration group id (optional) pair.
An array of migration types.
ok
{
"mobilityMigrations": [
"string"
],
"legacyMigrations": [
"string"
],
"error": [
{
"code": "string",
"message": "string"
}
],
"warning": [
{
"message": "string"
}
]
}
An array mobility migration ids considered for the delete operation
An array legacy migration ids considered for the delete operation
error
warning
Bad Request
{
"mobilityMigrations": [
"string"
],
"legacyMigrations": [
"string"
],
"error": [
{
"code": "string",
"message": "string"
}
],
"warning": [
{
"message": "string"
}
]
}
An array mobility migration ids considered for the delete operation
An array legacy migration ids considered for the delete operation
error
warning
Unauthorized
Forbidden
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/hybridity/api/mobility/migrations/delete