Skip to main content
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 two-factor authentication is selected as Public Key. More details

Query Parameters

template_name
string

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

Response

Response Body for Generate Static KYC Link API

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"