Skip to main content
Version: 1.x.x

evictEndpoint

Evicts an entry from the location table

URL

/location/{addressOfRecord}

Method

DELETE

Parameters

Parameter NameTypeValueDescription
addressOfRecordpathstringAddress of record for the entry

Request body

Do not supply a request body with this method.

Response

This method removes and entry for the give address of record

Sample Call

DELETE /api/{apiversion}/location/sip:guest@guest
{

}

HTTP/1.1 200 OK
{
"status": 200,
"message": "Location entry evicted"
}