APIs
Delete all keys of an API
POST
/
v1
/
apis.deleteKeys
Changelog
Date | Changes |
---|---|
May 26 2024 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id of the api, that the keys belong to.
Minimum length:
1
Delete the keys permanently, if false the keys will be marked as deleted but not removed from the database. In either case, the keys will no longer be valid when verifying them.
Response
200 - application/json
The number of keys that were deleted
Was this page helpful?