DELETE
/
form
/
static-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

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the 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

Find the success response of Deactivate Static KYC Link

message
string

It displays whether template name is deactivated.

Example:

"Successfully Deactivated"

It displays the URL of the static KYC Link.

Example:

"https://forms.cashfree.com/verification/global-link/Y7tpcan5ksm0"

template_name
string

It is the name of the template you selected for creating static link.

Example:

"Aadhaar_verification"

status
string

It displays the status of the deactivated static link. Possible values are:

  • INACTIVE
Example:

"INACTIVE"