Skip to content

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.

API method documentation

org
required
string

The organization name. The name is not case sensitive.

migration_id
required
integer

The unique identifier of the migration.

Response

Resource not found

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}