Documentation for Import DELETE route
Context
This endpoint would serve to stop and abandon an in-progress import or pre import,
Rough Outline
This is a rough outline of a potential design and should be considered a placeholder for scenarios to consider.
Route
DELETE gitlab/v1/repositories/migrate/<name>
Success
-
200 — OKAlready migrated -
202 — AcceptedSuccessful cancellation
Errors
-
401 UnauthorizedThe client should take action based on the contents of theWWW-Authenticateheader and try the endpoint again. -
404 Not FoundThe repository was not found.
Edited by Hayley Swimelar