Delete api key
Requires an authenticated user JWT. Generated from the production route registered in `internal/features/apikeys/inbound/http.go`.
/v1/api-keys/{id}Requires an authenticated user JWT. Generated from the production route registered in internal/features/apikeys/inbound/http.go.
Authorization
bearerAuth Engine-issued API key or tenant-signed JWT.
In: header
Path Parameters
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}Create api key
Requires an authenticated user JWT. Generated from the production route registered in `internal/features/apikeys/inbound/http.go`.
Apply billing top-up
Requires the dedicated billing service credential. Generated from the production route registered in `internal/features/billing/inbound/http_topups.go`.