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
Last updated