DELETE
/
form
/
static-link
Deactivate Static KYC Link
curl --request DELETE \
  --url https://sandbox.cashfree.com/verification/form/static-link \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"message": "Successfully Deactivated",
"template_name": "Aadhaar_verification",
"static_link": "https://verification.cashfree.com/forms?shortCode=m2bjk9uakkcg",
"status": "INACTIVE"
}

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Query Parameters

template_name
string

It is name of the template using which static KYC link was generated.

Response

200
application/json

Response Body for Generate Static KYC Link API

The response is of type object.