DELETE api/InstantCall/{id}

Documentation for 'Delete'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

user
Documentation for 'user'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2"
}

application/xml, text/xml

Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <password>sample string 2</password>
  <username>sample string 1</username>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.