Search + K

Command Palette

Search for a command to run...

Sign In

Delete an organization migration archive

DELETE /orgs/{org}/migrations/{migration_id}/archive
Copy endpoint
https://api.github.com

Deletes a previous migration archive. Migration archives are automatically deleted after seven days.

Parameters

path Path Parameters

Name Type
org required

The organization name. The name is not case sensitive.

string
migration_id required

The unique identifier of the migration.

number

Responses

204

Response

unknown

Client Errors

404 application/json

Resource not found

interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}