Using HTTP to delete an SMS message from the outbox

Home Forums General Using HTTP to delete an SMS message from the outbox

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #15105
    David Tighe
    Participant

    If you want or need to delete a sent message from the outbox, you can do so by referring to the guid of the message in question

    
    {
     
    https://cell_modem_ip/api/sms/outbox/guid?token=access_token&method=DELETE
     
    }
    

    The response will show a success status with a 200 code

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.