Passer au contenu principal
DELETE
/
v3beta1
/
organizations
/
{org_id}
/
snapshot-setup
/
blueprints
/
{blueprint_id}
Supprimer logiquement un blueprint
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/blueprints/{blueprint_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Un utilisateur de service disposant de l’autorisation ManageRepoBlueprints au niveau de l’organisation est requis. La suppression des blueprints au niveau de l’organisation nécessite l’autorisation ManageOrgSnapshots.

Comportement

Effectue une suppression réversible du blueprint.

Autorisations

Authorization
string
header
requis

Identifiant de compte de service (préfixe : cog_)

Paramètres de chemin

blueprint_id
string
requis

Réponse

Réponse réussie