Skip to main content
DELETE
/
integrations
/
scaleway
/
container-registry
/
organization
/
{organizationId}
/
credentials
/
{credentialId}
Delete Scaleway Credentials
curl --request DELETE \
  --url https://api.example.com/integrations/scaleway/container-registry/organization/{organizationId}/credentials/{credentialId}
HTTP/1.1 204 No Content

Path Parameters

organizationId
string
required
The UUID of the organization
credentialId
string
required
The UUID of the credential to delete

Authorization

Requires manage_integration permission on the organization.

Response

Returns 204 No Content on success.
HTTP/1.1 204 No Content
Deleting credentials is permanent and cannot be undone. Any future scans using this credential will fail until new credentials are stored.