1-877-548-3001 Sign in About Contact
Developer

DELETE

/api/callback/{id}

Delete the specified callback

Scope:

operator

Request Parameters

Path

2

id

required

The id of the callback to delete

Query

A

notes

optional

Notes associated with the delete

Response

Schema

{}

A

message

The response message

A

status

The system response status. Will be ok or error

curl

example request

1

curl -X DELETE -H "Content-Type: application/json"

2

-H "Authorization: Bearer {{Oauth Token}}"

3

https://developer.livehelpnow.net/api/callback/{{1234567}}

example response

      
        

1

 {

2

   "message"

: "Call 372594 successfully deleted",

3

   "status"

: "ok"

4

 }