Skip to main content
DELETE
/
integrations
/
ecr
/
container-registry
/
organization
/
{organizationId}
/
credentials
/
{credentialId}
Delete ECR credentials
curl --request DELETE \
  --url https://api-eu.cybedefend.com/integrations/ecr/container-registry/organization/{organizationId}/credentials/{credentialId} \
  --header 'x-api-key: <api-key>'

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"

credentialId
string<uuid>
required

Credential ID to delete

Example:

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

Response

Credentials deleted successfully