deleteOffering

This method deletes an offering. This is a virtual delete. The offering ID is required as a request parameter to delete the offering.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
offeringIdyesstringOffering ID that is generated by the API when an Offering is created (createOffering) of the offering that is to be deleted

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteOffering
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d offeringId=41994

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
offeringDetailsstringReturns the delete offering details as an array

Sample Response

{
    "statusCode":"101",
    "statusDesc":"Ok",
    "offeringDetails":"41994"
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!