Skip to main content
DELETE
/
api
/
zk-proofs
/
{id}
Delete ZK proof
curl --request DELETE \
  --url https://platform.usewarp.net/api/zk-proofs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "ZK proof deleted successfully"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

ZK proof ID

Response

ZK proof deleted successfully

message
string
Example:

"ZK proof deleted successfully"