Delete an organization migration archive
DELETE
/orgs/{org}/migrations/{migration_id}/archive
Deletes a previous migration archive. Migration archives are automatically deleted after seven days.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”org
required
string
The organization name. The name is not case sensitive.
migration_id
required
integer
The unique identifier of the migration.
Responses
Section titled “Responses”Response
Resource not found
Media typeapplication/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Examplegenerated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}