Skip to main content
DELETE
/
integrations
/
github-container-registry
/
organization
/
{organizationId}
/
pat
Delete stored PAT for ghcr.io
curl --request DELETE \
  --url https://api-eu.cybedefend.com/integrations/github-container-registry/organization/{organizationId}/pat \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "PAT deleted successfully"
}

Authorizations

x-api-key
string
header
required

API Key for authentication. You can generate an API key from your personal settings.

Path Parameters

organizationId
string<uuid>
required

CybeDefend organization ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

PAT deleted successfully

success
boolean
required

Whether the PAT was deleted successfully

Example:

true

message
string
required

Message describing the result

Example:

"PAT deleted successfully"