> ## 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.

# Delete Scaleway Credentials

> Delete stored Scaleway Container Registry credentials

## Path Parameters

<ParamField path="organizationId" type="string" required>
  The UUID of the organization
</ParamField>

<ParamField path="credentialId" type="string" required>
  The UUID of the credential to delete
</ParamField>

## Authorization

Requires `manage_integration` permission on the organization.

## Response

Returns `204 No Content` on success.

<ResponseExample>
  ```
  HTTP/1.1 204 No Content
  ```
</ResponseExample>

<Warning>
  Deleting credentials is permanent and cannot be undone. Any future scans using this credential will fail until new credentials are stored.
</Warning>
