Delete Proof
Delete Proof
DELETE
https://api.zkcloud.systems/proofs/:id
This endpoint allows you to delete a process ongoing proof.
Query Parameters
Name
Type
Description
id
string
The id of proof
Headers
Name
Type
Description
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
Was this helpful?