Skip to main content
DELETE
/
integrations
/
acr
/
container-registry
/
organization
/
{organizationId}
/
credentials
/
{credentialId}
Delete ACR credentials
curl --request DELETE \
  --url https://api-eu.cybedefend.com/integrations/acr/container-registry/organization/{organizationId}/credentials/{credentialId}

Path Parameters

organizationId
string<uuid>
required

CybeDefend organization ID

Example:

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

credentialId
string<uuid>
required

Credential ID to delete

Example:

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

Response

Credentials deleted successfully