v7

latestOpenAPI 3.0.12026-08-03158127387.0 KB
Object Storage

Delete access key

Permanently deletes an object storage access key and its associated provider-side credentials. Deletion cannot be undone: it revokes the key's credentials and removes the key from the storage provider. For standard (Wasabi) keys, the IAM user is removed from each of the project's bucket policies, all of the user's access keys are revoked, and the IAM user is deleted. For high_performance (VAST) keys, the VAST user's S3 keys are revoked, its attached S3 policies are deleted, and the VAST user is removed.

delete/storage/access_keys/{username}/{storage_class}

Path parameters

usernamestring required

Name of the access key to delete.

storage_class'standard' | 'high_performance' required

Backend storage tier of the access key. standard targets Wasabi; high_performance targets VAST.

Query parameters

projectstring required

Project ID or slug the access key belongs to.

regionstring

Region slug (e.g., DAL, SAO2). Required for high_performance (VAST) keys to select the VAST cluster; ignored for standard (Wasabi) keys.

Response

No Content