REST ClientVerified CallersdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a verified caller ID. Path parametersidstringRequiredformat: "uuid"Unique ID of the verified caller ID.Response Example from signalwire.rest import RestClientclient = RestClient( project="your-project-id", token="your-api-token", host="your-space.signalwire.com",)client.verified_callers.delete("caller-id")print("Deleted successfully")