api remove sms

Marking an SMS message as used for a service

URL : /SMS/RemoveSmsByService?apiId={ID}&secret={SEC}&messageId={MESS}&serviceName={SERV}

{ID} - provided api id (Required)

{SEC} - provided api secret (Required)

{MESS} - the ID of the message provided with the SMS message

{SERV} - the name of the service ie. AOL

Example response:

{"Status":"Success","Number":"44xxxxxxxxxx","ErrorCode":"Non","Error":null,"Message":null}

This call will stop the given message ID being shown for the service name, this call is used in conjuction with GetServiceSms or GetAllServiceSms API calls



<< Back