v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Revoke Lease

delete/v3/configs/config/dynamic_secrets/dynamic_secret/leases/lease

Request body

projectstring required

The project where the dynamic secret is located

configstring required

The config where the dynamic secret is located

dynamic_secretstring required

The name of the dynamic secret from which this lease was issued

slugstring required

The slug of the lease to revoke

Response

200

successboolean

Example response

{
  "success": true
}