cURL
curl --request POST \ --url https://testnet.walletkit.com/policies/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uuid": "<string>", "developer_secret": "<string>", "user_pin": "<string>" }'
{ "success": true }
Revokes a policy.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object