cURL
curl --request DELETE \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/repositories/{repository_path}/indexing/branches/{branch_name} \ --header 'Authorization: Bearer <token>'
{ "branches": [ "<string>" ], "indexing_enabled": true, "repository_path": "<string>", "indexing_status": { "indexing_enabled": true, "latest_completed_search_index_job": { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" }, "latest_completed_wiki_index_job": { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" }, "latest_indexes": [ { "branch_name": "<string>", "commit": "<string>", "created_at": 123, "job_id": "<string>", "status": "failed" } ] } }
IndexOrgRepositories
Identifiant de compte de service (préfixe : cog_)
Réponse réussie
Afficher attributs enfants