cURL
curl --request DELETE \ --url https://api-eu.cybedefend.com/integrations/github-container-registry/organization/{organizationId}/pat
{ "success": true, "message": "PAT deleted successfully" }
Removes the stored Personal Access Token. After deletion, scanning private/internal packages will no longer be possible.
CybeDefend organization ID
"550e8400-e29b-41d4-a716-446655440000"
PAT deleted successfully
Whether the PAT was deleted successfully
true
Message describing the result
"PAT deleted successfully"