Delete Subscriber SIP Endpoint
DELETE/resources/subscribers/:fabric_subscriber_id/sip_endpoints/:id
Deletes a Subscriber Sip Endpoint by ID
Request
Path Parameters
id uuidrequired
Unique ID of a Sip Endpoint.
fabric_subscriber_id uuidrequired
Unique ID of a Fabric Subscriber.
Responses
- 204
- 401
- 404
There is no content to send for this request, but the headers may be useful.
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]
Loading...