Credentials
Delete Credential
Permanently revoke a SIP digest credential from your Vobiz trunk - every device or AI agent using that username loses authentication access immediately.
DELETE
Delete a credential
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Response
Returns204 No Content on successful deletion. No response body is returned.
Response - 204 No Content
Error Responses:
- 404 Not Found: Credential does not exist or does not belong to the specified trunk
- 409 Conflict: Credential is currently in use by active calls (wait for calls to end first)
Examples
cURL
cURL Request
Common Use Cases:
- Removing credentials for decommissioned devices
- Cleaning up test credentials after development
- Deleting compromised credentials after creating replacements
- Removing access for users who no longer need it
Recovery: Deleted credentials cannot be recovered. You must create a new credential with a new username and password, then reconfigure all affected devices.