DELETE
/
v1
/
key_quorums
/
{key_quorum_id}
Delete key quorum
curl --request DELETE \
  --url https://api.privy.io/v1/key_quorums/{key_quorum_id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

privy-authorization-signature
string

Request authorization signature. If multiple signatures are required, they should be comma separated.

Path Parameters

key_quorum_id
string
required

Response

200 - application/json

Object with key quorum data.

The response is of type object.