Cancel a migration
POST/v1/migrations/:migration_id/cancel
This route allows you to cancel a running migration in your Port organization.
Request
Path Parameters
migration_id stringrequired
The identifier of the migration you want to cancel.
- application/json
Body
reason string
The reason for cancelling the migration.
Responses
- 200
Default Response
Loading...