Delete SSH Keys
DELETEhttps://core-pl.ocplanet.cloud/backend/api/pkm/:pkm_id
Host: https://core.ocplanet.cloud
Delete a specific SSH Key identified by ID.
Request
Responses
- 204
- application/json
- Schema
- Example (from schema)
Schema
- any
null
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://core-pl.ocplanet.cloud/backend/api/pkm/:pkm_id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear