Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
templateId | yes | string | Template ID that is generated by the API once a subscription document is added (addSubscriptionsforOffering) of the document to be deleted. |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteSubscriptionsforOffering -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d templateId=55591
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Information |
document details | string | Success Message |
{ "statusCode": "101", "statusDesc": "Ok", "document details": "Template deleted successfully" }