Delete a Key
DELETE/api/v1/key/:id
Using this endpoint sets the key expiration to the current date and time, effectively disabling the key for further use. Note that this call does not return a 200 message but if you fetch your key again, you will see the new expiration date.
Request
Responses
- 400
- 404
- 500