Cancel Claim
Path: v1/hts/api/integration/cancel-claim
How to use
To cancel the claim message. The “certificateId” of the asset sent for claim has to be provided.

Parameter List
| Field | Type | Required | Use |
|---|---|---|---|
| certificateId | String | Required | This refers to the unique identifier for the certificates. The certificateId allows you to uniquely identify and manage individual certificates. |
cURL command
curl --request POST \
--url http://<dgverse-api-base-url>/v1/hts/api/integration/cancel-claim \
--header 'Authorization: Bearer <YOUR_TOKEN>' \
--header 'Content-Type: application/json' \
--data '{"certificateId": "<VALUE>"}'
Response
When the claim message is canceled a “200 Ok” status is shown.

Error Troubleshooting
- 400 Bad Request: No such certificate found; the provided Certificate doesn’t exist within this account.
