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
{
  "success": true,
  "message": "PAT deleted successfully"
}

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"