API Reference
Reference for our API
Deletes a specific public key from the Nodes’s permission list.
cURL
curl --request DELETE \ --url https://api.seminode.com/v1/nodes/{id}/permissions/{public_key} \ --header 'Authorization: <api-key>'
{ "detail": "<string>" }
Format: "Bearer <access_token>"
Node ID
Public key to remove
permission removed
The response is of type object.
object