Delete Proof

Delete Proof

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

This endpoint allows you to delete a process ongoing proof.

Query Parameters

NameTypeDescription

id

string

The id of proof

Headers

NameTypeDescription

Authorization

string

Authentication token.

Accept

string

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

// no content

Example

curl -X "DELETE" -H 'Authorization:Bearer <API_TOKEN>' -H 'Accept: application/json;v=1' http://api.zkcloud.systems/proofs/:id

Last updated