---
title: "Revoke enterprise-delegated credential authorizations"
method: DELETE
path: "/enterprises/{enterprise}/credential-authorizations"
tags: ["enterprise-admin"]
---

# Revoke enterprise-delegated credential authorizations

`DELETE /enterprises/{enterprise}/credential-authorizations`

Queues revocation of every active organization credential authorization created through enterprise
delegation for the enterprise. Credential authorizations created through SAML or other flows are not affected.

The authenticated GitHub App must be owned by the enterprise or one of its organizations,
installed on the enterprise, and have the `enterprise_credentials:write` permission.

## Path parameters

- `enterprise` string, required

## Query parameters

- `integration_id` integer

## Response `202`

Delegated credential authorization revocation was queued.

- object
  - `message` string, required

## Other responses

- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/6020c72ba337/schema)
