Skip to main content

Delete Proof

DELETE 

/api/v1/proof/:proof_id/delete

Mark the specified proof as deleted.

Request​

Path Parameters

    proof_id stringrequired

    The UUID4 identifier associated with this proof.

Responses​

OK
Schema
    success Success (boolean)

    Default value: true

Loading...