Delete Header Code
OAuthScope
ZohoCommerce.sites.tpheadercode.DELETE
HTTP Request
DELETE https://commerce.zoho.com/zs-site/api/v1/sites/tp-headercode
Request Example
Copiedcurl -X DELETE "https://commerce.zoho.com/zs-site/api/v1/sites/tp-headercode"
-H "Authorization: Zoho-oauthtoken ***"
-H "X-Site-Id: 6103"
Response Example
Copied{
"status_code": "0",
"status_message": "deleted",
"api_kind": "delete_header_code"
}