Revert a deployment

Revert a deployment.

Request
path Parameters
migrationId
required
string

The unique ID of a migration.

header Parameters
Zuora-Entity-Ids
string

An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.

Responses
200
post/deployment-manager/deployments/{migrationId}/revert
Request samples
Response samples
application/json
{
  • "id": "2122b60e-49ca-4b16-ae1c-f7f315ff0010",
  • "name": "Migrate - Custom objects",
  • "description": "Migrate - Custom objects",
  • "sourceTenantName": "Test Sandbox",
  • "sourceTenantDescription": "Sample Source Tenant",
  • "status": "REVERTING",
  • "startTime": "2023-08-30T04:35:19.080Z",
  • "endTime": "2023-08-29T15:49:41.986Z",
  • "migratedBy": "Admin",
  • "type": "Tenant",
  • "environment": "US-API-Sandbox",
  • "emailIds": "admin@zuora.com",
  • "productCatalog": false,
  • "errors": "-"
}