Delete a key-pair
DELETE /api/key-pairs/:key_pair_id deletes the identified key-pair resource
Required scope: clients:manage:all
| Path Parameters |
|---|
key_pair_id string — REQUIRED |
| Responses | |||
|---|---|---|---|
204No Content | |||
401The client is unauthorized to access this resource.
| |||
403The client is forbidden to access this resource.
| |||
404The requested resource could not be found.
| |||
422The request payload is invalid.
|