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

Documentation Index

Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt

Use this file to discover all available pages before exploring further.

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.