Delete SIP account
DELETE/api/v1/sipaccounts/:id
Delete a SIP account.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 204
- 403
- 404
Successfully deletes SIP account
Returns 403 error when API token is incorrect
Returns the 404 error envelope {"errors":{"base":["data not found"]}} when neither the SIP account name nor id matches an account you own.