Unbind Credential
Unlink a credential from a deployment entry.
Authorization: caller must own the deployment.
Leaves the DeploymentCredential record in place but marks it
unconfigured, so the caller must either link a different credential or
write a raw credential value before the deployment is considered
healthy. A credential the caller explicitly saved is left untouched; a
provisional one is deleted once nothing else references it - see
BundleDeploymentProvider._cleanup_provisional_credential.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
deployment_id*Deployment Id
Format
uuidentry_id*Entry Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/deployments/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08/credential"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}