Remove Credential
const url = 'https://example.com/api/v3/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/credentials/example?force=false';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url 'https://example.com/api/v3/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/credentials/example?force=false'Refuse referenced deletion unless an owner/admin explicitly forces it.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Header Parameters
Section titled “Header Parameters”Responses
Section titled “Responses”Successful Response
Audited credential revocation result and exact pre-removal impact.
object
Secret-free status for one Project-wide credential binding.
object
object
Candidate or Live release that references an operational binding.
object
Examplegenerated
{ "binding": { "created_at": "2026-04-15T12:00:00Z", "credential_kind": "example", "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "last_verified_at": "2026-04-15T12:00:00Z", "provider": "example", "rearmed_operation_ids": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "requirement_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "requirement_name": "example", "scopes": [ "example" ], "status": "example", "updated_at": "2026-04-15T12:00:00Z", "verification": {} }, "impacts": [ { "agent_names": [ "example" ], "release_fingerprint": "example", "release_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "target": "example" } ]}Authentication failed with a resumable next action.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}The authenticated actor lacks the required Project authority.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}The scoped management resource was not found.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}A stable management invariant prevented progress.
FastAPI error envelope shared by v3 management endpoints.
object
One bounded error with a coding-agent-safe recovery action.
Examplegenerated
{ "detail": { "affected_resource": "example", "message": "example", "next_action": "example", "operation_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "phase": "example", "reason_code": "example" }}Validation Error
object
object
object
Examplegenerated
{ "detail": [ { "ctx": {}, "input": "example", "loc": [ "example" ], "msg": "example", "type": "example" } ]}