DeleteStatusConfig deletes a custom status configuration.
DELETE/api/v1/voice/agent-status-configs/:id
Only custom statuses can be deleted. System statuses are protected. Agents currently in this status will be moved to the default status.
Errors
- NOT_FOUND: Status configuration does not exist
- FAILED_PRECONDITION: Cannot delete system status
- PERMISSION_DENIED: Caller lacks voice:status:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.