Prisma 8 is here.Read the docs
Buckets

Delete bucket key

Revokes and deletes the bucket key with the given ID.

Revokes and deletes the bucket key with the given ID.

DELETE/v1/buckets/{bucketId}/keys/{keyId}
AuthorizationBearer <token>

OAuth2 authentication

In: header

Scope: workspace:admin, offline_access

Path Parameters

bucketId*string
Match^(bkt_)?([cC][^\s-]{8,}|[a-z0-9]+)$
keyId*string
Match^(bkey_)?([cC][^\s-]{8,}|[a-z0-9]+)$

Response Body

application/json

application/json

curl -X DELETE "https://api.prisma.io/v1/buckets/string/keys/string"
Empty