cURL
curl --request DELETE \ --url https://api.example.com/v1/repositories/{repository_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
リポジトリを削除する。
TODO: S3 キー設計を // 配下に統一した後に実装する。 DB (repositories, analyses) + S3 (コード, 分析結果, 実行結果) を一括削除する。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response