zkcloud
  • Welcome to zkcloud
  • INTRODUCTION
    • Circom
  • APIS
    • Introduction
    • Entity Interface
    • Get Proofs
    • Get Proof
    • Create Proof (circom)
    • Create Proof (r1cs)
    • Delete Proof
  • RESOURCES
    • FAQ
Powered by GitBook
On this page
  1. APIS

Delete Proof

Delete Proof

DELETE https://api.zkcloud.io/proofs/:id

This endpoint allows you to delete a process ongoing proof.

Query Parameters

Name
Type
Description

id*

String

The is of proof

Headers

Name
Type
Description

Accept*

String

The Accept request-header field can be used to specify certain media types which are acceptable for the response and versioning.

Authorization

String

Authentication token.

// no content

Example

curl -X "DELETE" -H 'Authorization:Bearer <API_TOKEN>' -H 'Accept: application/json;v=1' http://api.zkcloud.io/proofs/:id
PreviousCreate Proof (r1cs)NextFAQ

Last updated 1 year ago